home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: legato@ix.netcom.com (Steve Haines )
- Newsgroups: comp.lang.c++
- Subject: Re: Peeking Memory with Visual C++ 4.0
- Date: 27 Mar 1996 19:08:10 GMT
- Organization: Netcom
- Message-ID: <4jc3mq$gu0@cloner2.ix.netcom.com>
- References: <4j9j5s$dnr@reader2.ix.netcom.com>
- NNTP-Posting-Host: irv-ca7-26.ix.netcom.com
- X-NETCOM-Date: Wed Mar 27 11:08:10 AM PST 1996
-
- One more thing to note, I have also found it problematic to make BIOS
- interrupt calls with MSVC++4.0... Any suggestions??
-
- >I am trying to scan memory, i.e. searching the BIOS for a string using
- >Visual C++ 4.0, but I found that MSVC++ 4.0 has removed the peek
- >command. I have compiled, with BC++4.52, the functions that I need
- >successfully, but I need them in a 32-bit DLL file. I found the source
- >for peek, added it to my program, but where I ran it, I got a General
- >Protection Fault.
- >
- >Does anyone know how I can scan memory using MSVC++ 4.0? I am
- >interested in scanning all of C000, E000, and F000.
- >
- >I am hoping that there is a way to do this other than compiling a
- >16-bit DLL and thunk my calls to it.
- >
- >Any help would be greatly appreciated.
- >
- >Steve Haines
-
-